home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 15 / macformat_15.iso / C de cerca / Codewarrior Lite / MacOS Support / Headers / ANSI Headers / stdarg.h < prev    next >
Text File  |  1995-12-29  |  375b  |  22 lines

  1. #if __MWERKS__
  2. #pragma options align=mac68k
  3.  
  4. #if __CFM68K__ && __USING_IMPORTED_ANSI__
  5. #pragma import on
  6. #endif
  7.  
  8. #include <_stdarg.h>
  9.  
  10. #if __CFM68K__ && __USING_IMPORTED_ANSI__
  11. #pragma import reset
  12. #endif
  13.  
  14. #pragma options align=reset
  15. #endif
  16.  
  17. /* Change log:
  18.  *94June04 PlumHall baseline
  19.  *94Sept30 Applied diffs for Wed Aug 31 07:55:38 1994
  20.  *94Oct07 Inserted MW changes.
  21.  */
  22.